home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day06 / mdichild.dfm / mdichild.txt
Encoding:
Text File  |  1998-02-08  |  481 b   |  27 lines

  1. object Child: TChild
  2.   Left = 219
  3.   Top = 140
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Child'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 536
  22.     Height = 348
  23.     Align = alClient
  24.     Stretch = True
  25.   end
  26. end
  27.